[WPF] Binding a listbox SelectedItem to an Observable Collection?
Posted
by code-zoop
on Stack Overflow
See other posts from Stack Overflow
or by code-zoop
Published on 2010-05-06T12:26:15Z
Indexed on
2010/05/06
12:28 UTC
Read the original article
Hit count: 561
I have a Listbox in WPF with the SelecteionMode set to Multiple, and can multiselect the items in the Listbox. However, The SelectedItem is not updated when I am binding it to an Observable Collection.
Is there a way to bind the multiple selected items from a ListBox to an Observable Collection?
© Stack Overflow or respective owner